string-format-plugin
Simple string format plugin for vue-formily.
Installation
CDN
You can use string-format plugin with a script tag and a CDN, import the library like this:
This will inject a StringFormatPlugin
global object, which you will use to access the various methods exposed by the plugin or register to vue-formily.
If you are using native ES Modules, there is also an ES Modules compatible build:
NPM
Set Up
Basic Usage
Stand Along
In Vue Formily's Field
After installing String Format Plugin, we can use the format
option in the FieldSchema. Note that the schema's type has to be string
.
For a deeper understanding, please check the formatting example.