码迷,mamicode.com
首页 > 其他好文 > 详细

vue路径写法

时间:2020-07-15 13:01:31      阅读:106      评论:0      收藏:0      [点我收藏+]

标签:title   nbsp   name   col   tle   VID   layout   import   pac   

1 /* Layout */
2 import Layout from ‘@/layout‘

这个@的代表src,意思就是在src路径下找文件。

也可以在vue.config.js文件里配置,找到下面这段话

  configureWebpack: {
    // provide the app‘s title in webpack‘s name field, so that
    // it can be accessed in index.html to inject the correct title.
    name: name,
    resolve: {
      alias: {
        ‘@‘: resolve(‘src‘)
      }
    }
  },

 

vue路径写法

标签:title   nbsp   name   col   tle   VID   layout   import   pac   

原文地址:https://www.cnblogs.com/steven2020/p/13304543.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!