mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-08 22:51:25 +08:00
弹窗组件归类
This commit is contained in:
parent
74cbd9d323
commit
bc60eb9b3e
@ -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 },
|
Loading…
x
Reference in New Issue
Block a user