fix(typography): import charactor case error

This commit is contained in:
07akioni 2019-12-23 14:37:14 +08:00
parent 3357a9192f
commit 427a53cd64
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "naive-ui",
"version": "0.6.3",
"version": "0.6.5",
"description": "",
"main": "index.js",
"scripts": {

View File

@ -1,6 +1,6 @@
import header from './src/header'
import A from './src/A'
import P from './src/P'
import A from './src/a'
import P from './src/p'
import Blockquote from './src/blockquote'
import Hr from './src/hr'
import Ul from './src/ul'