When I try to use the new text prop of `v-btn` (`<v-btn text="Click me!" />`) it gets converted to `<v-btn variant="text" />`. The conversion should only occur for `<v-btn text />` or `<v-btn :text="true" />`.