no message
Former-commit-id: 6b8025b5ce4737c3313e1e221a67cd5cdf163ee2 Former-commit-id: bf1484561576dfe0e1b1b6a5c9985920a9ba73af Former-commit-id: 0b1c298992fc6af645f293fc9dbfe5be65bf48f7
This commit is contained in:
@@ -1,11 +1,7 @@
|
||||
<template>
|
||||
<d2-container type="ghost">
|
||||
<el-card class="d2-mb">
|
||||
<PageHeader
|
||||
slot="header"
|
||||
title="基本示例"
|
||||
url="https://github.com/js-cookie/js-cookie">
|
||||
</PageHeader>
|
||||
<PageHeader slot="header" title="基本示例"></PageHeader>
|
||||
<p class="d2-mt-0">基本读写删</p>
|
||||
<el-button type="primary" @click="set('test-user-name', 'test-user')">set('test-user-name', 'normalValue')</el-button>
|
||||
<el-button type="info" @click="get('test-user-name')">get('test-user-name')</el-button>
|
||||
|
||||
Reference in New Issue
Block a user