Commit 9f69105e authored by 罗超's avatar 罗超

优化加载

parent 61868b22
......@@ -29,7 +29,7 @@ module.exports = configure(function (ctx) {
// app boot file (/src/boot)
// --> boot files are part of "main.js"
// https://v2.quasar.dev/quasar-cli/boot-files
boot: ['i18n', 'axios', 'dict', 'permission', 'globalcmp', 'naiveUI'],
boot: ['i18n', 'axios', 'dict', 'permission', 'globalcmp'],
// https://v2.quasar.dev/quasar-cli/quasar-conf-js#Property%3A-css
css: ['app.scss'],
......
......@@ -51,8 +51,9 @@ import { HotelRate, useHotel } from '../../../utils/hotelRate'
import { useQuasar } from 'quasar'
import useScrollModule from '../../../module/scrollbar/scrollModule'
import { DirtionmaryHelper } from '../../../config/dictionary'
import { NCascader,NSelect } from 'naive-ui'
export default defineComponent({
components: { svgIcon },
components: { svgIcon,NCascader,NSelect },
setup() {
const $q = useQuasar()
const data = reactive({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment