1.0.2 • Published 8 months ago

pre-wrapper v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

A Vue component to wrap preformatted text. It's check the element width and update it dynamically.

Get started

Install:

npm install pre-wrapper

Then, import and register the component:

<template>
    <PreWrapper>{{ headers }}</PreWrapper>
</template>

<script>
import PreWrapper from './components/PreWrapper.vue'

export default {
    name: 'MyPage',
    components: {
        PreWrapper
    },
    data: () => ({
        host: 'example.com',
        'x-real-ip': '127.0.0.1',
        'content-length': '406',
        'user-agent': 'GuzzleHttp/7',
        'content-type': 'application/json',
        'Authorization': 'Bearer VnLnJ1L3NlcnZpY2VzL3NycyIsImV4cCI6MTeyJJ1L3NlcnZpY2VzL3NycyIsIMvcGF5IiwiYXVkIjoicm'
    })
}
</script>

Preview

License

MIT

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago