mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-09-24 21:13:34 +08:00
弹窗组件归类
This commit is contained in:
@@ -270,7 +270,7 @@ import commandTypes from "../js/options/commandTypes.js";
|
||||
import outputTypes from "../js/options/outputTypes.js";
|
||||
import specialVars from "../js/options/specialVars.js";
|
||||
import platformTypes from "../js/options/platformTypes.js";
|
||||
import iconPicker from "components/IconPicker.vue";
|
||||
import iconPicker from "components/popup/IconPicker.vue";
|
||||
let commandTypesOptions = Object.values(commandTypes);
|
||||
|
||||
export default {
|
||||
|
@@ -292,9 +292,9 @@
|
||||
<script>
|
||||
import { setCssVar } from "quasar";
|
||||
import { ref } from "vue";
|
||||
import AboutThis from "components/AboutThis";
|
||||
import PanelSetting from "components/PanelSetting";
|
||||
import UserInfo from "components/UserInfo";
|
||||
import AboutThis from "components/popup/AboutThis";
|
||||
import PanelSetting from "components/popup/PanelSetting";
|
||||
import UserInfo from "components/popup/UserInfo";
|
||||
import features from "../js/options/quickFeatures.js";
|
||||
|
||||
export default {
|
||||
|
@@ -51,7 +51,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import IconPicker from "components/IconPicker";
|
||||
import IconPicker from "components/popup/IconPicker";
|
||||
|
||||
export default {
|
||||
components: { IconPicker },
|
Reference in New Issue
Block a user