调整样式在App.vue中引入

parent 50f45725
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
</script> </script>
<style lang="scss"> <style lang="scss">
@import "@/uview/index.scss";
/*每个页面公共css */ /*每个页面公共css */
/* H5的时候,隐藏滚动条 */ /* H5的时候,隐藏滚动条 */
/* #ifdef H5 */ /* #ifdef H5 */
......
...@@ -16,8 +16,6 @@ Vue.prototype.vuePrototype = '枣红' ...@@ -16,8 +16,6 @@ Vue.prototype.vuePrototype = '枣红'
// 引入全局uView // 引入全局uView
import uView from '@/uview' import uView from '@/uview'
import "@/uview/index.scss";
Vue.use(uView) Vue.use(uView)
// 此处为演示vuex使用,非uView的功能部分 // 此处为演示vuex使用,非uView的功能部分
......
// 此版本发布于2020-04-28 // 此版本发布于2020-04-29
let version = '1.1.3'; let version = '1.1.4';
export default { export default {
v: version, v: version,
......
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