From c4f6cfeca982ae3a58641a2536032ac47c9a1a9f Mon Sep 17 00:00:00 2001 From: y00289024 Date: Tue, 7 Jan 2020 18:03:41 +0800 Subject: [PATCH] chore: change attrs to attributes --- README.md | 4 ++-- lib/addStylesClient.js | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index e85a6fa2..2adede8c 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This is a fork based on [style-loader](https://github.com/webpack/style-loader). Type: `boolean`. When importing the style from a non-vue-file, by default the style is injected as a side effect of the import. When `manualInject` is true, the imported style object exposes a `__inject__` method, which can then be called manually at appropriate timing. If called on the server, the method expects one argument which is the `ssrContext` to attach styles to. - ``` js + ```js import styles from 'styles.scss' export default { @@ -30,7 +30,7 @@ This is a fork based on [style-loader](https://github.com/webpack/style-loader). Type: `boolean`. Add `data-vue-ssr-id` attribute to injected `