04 2019 档案

摘要:晚上闲着无事, 然后看了阮老师的es6 的类用法,包括继承。 然后, 想着在vue中怎么使用class 。 1. 定义一个 classmodel.js 文件。 里面包含如下代码: 2.接着, 在vue 页面使用。 先导入 import * as point from '@/api/classmode 阅读全文
posted @ 2019-04-29 01:04 linxChou 阅读(1524) 评论(0) 推荐(0) 编辑
摘要:这里的内容, 提前要知道 import comm from ‘...’ 和 import { comm } from ‘...’ 的基础知识. 我举个案例, 当你有很多api文件的时候, 比如, login.js user.js , 你使用的时候,每次都要引用. import { login } f 阅读全文
posted @ 2019-04-29 01:04 linxChou 阅读(980) 评论(0) 推荐(0) 编辑