[Improvement] optimize isDef (#1109)

This commit is contained in:
neverland
2018-05-19 18:43:44 +08:00
committed by GitHub
parent 249e2400a3
commit d15efd756e
9 changed files with 5 additions and 28 deletions

View File

@@ -6,7 +6,6 @@
</template>
<script>
import { isDef } from '../utils';
import create from '../utils/create-basic';
export default create({
@@ -16,10 +15,6 @@ export default create({
name: String,
info: [String, Number],
color: String
},
methods: {
isDef
}
});
</script>