duo

Results 11 comments of duo

Try this way ` import Vuetify from "vuetify/lib"; const VuetifyObj = new Vuetify({ theme: {}, lang: { locales: { zhHans }, current: "zhHans" } }); export default VuetifyObj; Vue.use(VuetifyToast, {$vuetify:...

[This is my implementation, I don't know if you can use it](https://github.com/duoWB/export-sass-to-json-plugin) index.scss ``` sass :export { --font-size-primary: 14px; --color-border-primary: #3B4144; } ``` test.js ``` javascript import index from './index.scss'...

移动端VM适配方案: https://www.w3cplus.com/mobile/vw-layout-in-vue.html

经过查看是因为调用到了vue2-animate中的样式 ![tim 20180408193327](https://user-images.githubusercontent.com/12619763/38466957-debd149e-3b63-11e8-8462-3dda16795b33.png)

@Yolo-00 清除一下浏览器缓存试试看呢?或者换一个端口试试看?

It may be an error prompted by this package https://github.com/yyx990803/launch-editor/issues/50

It's because the regularization check here doesn't pass. https://github.com/yyx990803/launch-editor/blob/master/packages/launch-editor/index.js#L110 ``` /^([A-Za-z]:[/\\])?[\p{L}0-9/.\-_\\]+$/u.test('D://code//my//test//vue devtools//vue project//src//App.vue') // false ``` ``` /^([A-Za-z]:[/\\])?[\p{L}0-9/.\-_\\]+$/u.test('D://code//my//test//vuedevtools//vueproject//src//App.vue') // true ```

@webfansplz Can we modify the style of the inspector button? Default gray, indicating that no element has been selected yet. After clicking, the color will be highlighted, indicating that the...

Mac Use `Shift` + `Option` + `D` to toggle DevTools Win Use `Shift` + `Alt` + `D` to toggle DevTools Use the shortcut keys above to open the panel, and...