1
0
mirror of synced 2026-03-23 11:18:36 +08:00

fix(playground): 新增页面默认width height 100%

This commit is contained in:
roymondchen
2022-03-28 19:47:07 +08:00
committed by jia000
parent 30ad8502c4
commit c3f4e41cc8
9 changed files with 86 additions and 25 deletions

View File

@@ -16,4 +16,10 @@
* limitations under the License.
*/
export default {};
export default {
items: [],
style: {
width: '100%',
height: '100%',
},
};