# lion-ui-vue **Repository Path**: liuxian/lion-ui-vue ## Basic Information - **Project Name**: lion-ui-vue - **Description**: 基于vuejs搭建的lion-ui框架 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 2 - **Created**: 2016-08-05 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #lion-ui-vue export default { //这里是官方的写法,默认导出,ES6 data () { //ES6,等同于data:function(){} return { //必须使用这样的形式,才能创建出单一的作用域 } }, created () { }, ready () { }, methods :{ }, components: { }, directives:{ } }