mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-09 04:31:35 +08:00
release: 0.2.32
This commit is contained in:
parent
efa0938fdf
commit
52596b5b67
@ -1,15 +0,0 @@
|
||||
<template>
|
||||
<div>{{ content }}</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
props: {
|
||||
content: String
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
</style>
|
@ -1,10 +0,0 @@
|
||||
|
||||
<script>
|
||||
export default {
|
||||
render () {
|
||||
console.log(this.$slots.default[0].componentOptions.propsData.content = '999')
|
||||
console.log(this.$slots.default[0].componentOptions)
|
||||
return ('div', {}, [...this.$slots.default])
|
||||
}
|
||||
}
|
||||
</script>
|
@ -21,7 +21,6 @@
|
||||
:disabled="disabled"
|
||||
@change="onDateChange"
|
||||
/>
|
||||
<wrapper><oops content="666" /></wrapper>
|
||||
<!--EXAMPLE_END-->
|
||||
</div>
|
||||
<div
|
||||
@ -38,13 +37,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import Wrapper from './Wrapper'
|
||||
import Oops from './Oops'
|
||||
export default {
|
||||
components: {
|
||||
Wrapper,
|
||||
Oops
|
||||
},
|
||||
data () {
|
||||
return {
|
||||
dateTimeTimestamp: 891360258000,
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "naive-ui",
|
||||
"version": "0.2.31",
|
||||
"version": "0.2.32",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
Loading…
Reference in New Issue
Block a user